home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-05-31 | 421 b | 20 lines | [TEXT/MPS ] |
- // Tumbler_cursor.h
- //
- // cursor related function prototypes for the the Tumbler application
- //
- // Modification History
- //
- // 11/26/94 nick initial cut - symantec proto_helper app, add defines
- // and strip stuff from the globals.h file
-
-
- #ifndef _Tumbler_CURSOR_H_
- #define _Tumbler_CURSOR_H_
-
-
- /* Tumbler_cursor.c */
- void AdjustCursor(Point theLoc, RgnHandle theRgn);
- void GetGlobalMouse(Point *theLoc);
-
-
- #endif